string pattern

英 [strɪŋ ˈpætn] 美 [strɪŋ ˈpætərn]

网络  线床密度; 穿线方式; 串模式; 线床规格

计算机



双语例句

  1. The syntax uses PRCE ( Perl Compatible Regular Expressions), a very powerful way of matching any desired string pattern.
    这个语法使用的是PRCE(PerlCompatibleRegularExpressions),一种用来匹配任意目标字符串模式的有效方法。
  2. As the application displays a list of appointments, it detects the string pattern of those invalid records and skips them.
    当这个应用程序显示一个约会列表时,它检测那些无效记录的字符串模式,然后跳过它们。
  3. If the pattern does not match the version string pattern, a status message is created
    如果模式与版本字符串模式不相匹配,那么就会创建一条状态信息
  4. Evaluates whether the string matches the predefined pattern.
    评价了字符串是否与预定义的模式相匹配。
  5. In a nutshell, a regular expression describes a string pattern.
    简而言之,正则表达式描述字符串模式。
  6. Since the deleted recordId is not reused so as to maintain the original sequence in records, the record is marked as invalid by a distinctive string pattern.
    因为为了维持记录中原始的顺序所删除的recordId不能重用,所以这个记录通过特有的字符串模式标记为无效。
  7. App Engine deployments can be versioned& that is, you can assign a string pattern ( which can signify a version) to a deployment.
    APPEngine部署可以实现版本化&就是说,可以为一次部署分配一个字符串模式(可以表示一个版本)。
  8. Doing so takes you to the first occurrence of a string matching the pattern specified.
    这样做就会找到与指定的模式匹配的第一个字符串。
  9. For example, perhaps you do not simply want to compare the attribute name to a string pattern, but actually look up whether the name is an attribute that has been stored in a persistent database.
    例如,假设您并不想对属性名和字符串模式进行比较,而只是想查明具有该属性名的属性是否一直保存在持久性数据库中。
  10. Using a regular expression engine, it is easy to test if a string matches the pattern.
    通过使用正则表达式引擎,很容易测试出字符串是否与模式匹配。
  11. The results show that this dual-core architecture can significantly improve the parallelism of the system and achieve high performance for string pattern matching.
    研究了采用超低功耗监控微控制器和高性能微处理器相结合的双核架构的无线传感器网络节点的实现。
  12. A simple table associates the string describing a pattern to its corresponding internal representation.
    一个简单的表将描述一个模式的字符串关联到它相应的内部表示。
  13. A programming language which is designed for string manipulation and pattern match comparison.
    为串处理和模式匹配比较而设计的一种编程语言。
  14. A string pattern matching processor based on dual core technology
    基于双核构架的ABNF字符串模式匹配处理器
  15. Department of white color decorated shoulder overlapping circle chord pattern, ear ornaments following string pattern.
    颈肩部饰白彩重叠圆圈和弦纹,耳以下饰细绳纹。
  16. Rather than determining if a string matches a pattern, it is sometimes desirable to extract every match.
    并非确定字符串是否与模式匹配,它有时需要提取每个匹配项。
  17. The fnmatch() function matches a filename or string against the specified pattern.
    函数的作用是:用指定的样式匹配文件名或字符串。
  18. KMP scan algorithm is improved by means of the analysis of string pattern matching BF and KMP. The complexity analysis reveals that the improved algorithm, KMPA, is more effective than KMP.
    通过对字符串模式匹配BF和KMP算法的分析,提出了改进KMP扫描算法的方法,并通过对算法的复杂性进行分析,结果表明:改进后的算法KMPA比算法KMP更有效。
  19. The paper presents an algorithm which finds the maximal matching of strings. The algorithm can be used to compare the similarity of two strings and is different from string pattern matching.
    本文给出了一个找出二串间最大匹配的算法,该算法可用于比较两个串的相似程度,它与串的模式匹配有别。
  20. The quick string set pattern match algorithm based on sorted tree
    基于排序树的字符串集合快速匹配算法
  21. Performance Test of String Pattern Matching Algorithms
    字符串模式匹配算法性能测试
  22. A string pattern recognition approach to curved convex polygon clipping
    曲凸多边形裁剪的串模式识别
  23. A Fast Algorithm on String Cross Pattern Matching
    一种快速的字串交叉模式匹配算法
  24. The regular expression is defers to the certain grammar composition the writing pattern, it was composed by the ordinary character and the agreement special character, describes has treated the search character string the match pattern.
    正则表达式是按照一定的语法组成的文字模式,它由普通字符及约定的特殊字符组成,描述了待搜索字符串的匹配模式。
  25. This paper gives a detailed analysis of some string pattern matching algorithms such as BF, KMP, and BM.
    本文详细分析几种字符串模式匹配算法如BF、KMP、BM。
  26. Recently, some researches focus on how to implement fast and efficient string pattern matching.
    因此,近年来,人们集中研究如何以快速、高效的方式进行字符串模式匹配。
  27. This paper attempts to convert temporal data into strings and uses related string pattern match algorithms in the analysis of the financial temporal data.
    本文尝试将时序数据字符串化,引入传统的字符串模式匹配相关算法进行金融时序数据的分析。
  28. Some computer security technology have been developed, such as antivirus, firewall and so on. One of the key technology is the Prevention and treatment technology based on Signature Analysis, and string pattern matching algorithm is mainly used in this technology.
    一些计算机安全技术应运而生,如杀毒软件,防火墙等等,其中基于特征码分析的恶意代码防治技术是其中的重要技术之一。
  29. Based on the idea of the KMP algorithm of character string for fast pattern matching, the algorithm converts the block matching in the video image into the pattern matching of a character string.
    算法基于快速模式匹配KMP算法思想,将图像中的块匹配转化为一个一维的串模式匹配。
  30. Along with the improvement of hardware process and the development of FPGA technology, a larger number of studies on how to implement fast string pattern matching with parallel hardware structures have emerged.
    随着硬件工艺水平的提高和FPGA技术的发展,用硬件的并行结构来实现字符串模式匹配处理的研究大量涌现。